home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_420 / showgadgets / makefile < prev    next >
Makefile  |  1992-05-06  |  214b  |  13 lines

  1. #
  2. # Compiler flags and linker flags
  3. #
  4. cf =
  5. lf =
  6. #
  7. # The real make stuff
  8. #
  9. ShowGadgets: ShowGadgets.o
  10.     blink ShowGadgets.o to ShowGadgets lib lib:amiga.lib
  11. ShowGadgets.o: ShowGadgets.c
  12.     lc $(cf) -v -cms ShowGadgets
  13.